Skip to content

fix: align step names in release workflow — capitalization and dash-separator#28628

Merged
pelikhan merged 2 commits intomainfrom
copilot/align-step-names-release-lock-yml
Apr 26, 2026
Merged

fix: align step names in release workflow — capitalization and dash-separator#28628
pelikhan merged 2 commits intomainfrom
copilot/align-step-names-release-lock-yml

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 26, 2026

Two step names in release.md deviate from the naming conventions used across the rest of the codebase.

Changes

  • release.md

    • Compute release ConfigCompute Release Config (mixed-case artifact name; "Release" is an adjective modifying the proper noun "Config")
    • Notify - run sync actions and merge PRRun sync actions and merge PR (removes dash-separator pattern, which belongs to workflow names not step names)
  • release.lock.yml — recompiled to reflect source changes

Copilot AI changed the title [WIP] Align step names in release.lock.yml for consistency fix: align step names in release workflow — capitalization and dash-separator Apr 26, 2026
Copilot AI requested a review from gh-aw-bot April 26, 2026 19:57
@pelikhan pelikhan marked this pull request as ready for review April 26, 2026 20:48
Copilot AI review requested due to automatic review settings April 26, 2026 20:48
@pelikhan pelikhan merged commit 3dc60a7 into main Apr 26, 2026
19 checks passed
@pelikhan pelikhan deleted the copilot/align-step-names-release-lock-yml branch April 26, 2026 20:48
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Aligns step names in the release workflow to match the repository’s naming conventions.

Changes:

  • Update two GitHub Actions step names in .github/workflows/release.md (capitalization + remove dash-separated “Notify - …” style).
  • Regenerate .github/workflows/release.lock.yml to reflect the source workflow changes.
Show a summary per file
File Description
.github/workflows/release.md Renames two workflow steps for consistency and readability.
.github/workflows/release.lock.yml Recompiled lockfile reflecting the updated step names and regenerated identifiers/hashes.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 2/2 changed files
  • Comments generated: 1

retention-days: 1

- name: Notify - run sync actions and merge PR
- name: Run sync actions and merge PR
Copy link

Copilot AI Apr 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This step only writes instructions to $GITHUB_STEP_SUMMARY (i.e., it notifies the operator), but the updated name reads like the workflow will actually run the sync-actions workflow and merge the PR. Consider renaming to something that reflects the step’s behavior (e.g., “Notify to run sync actions and merge PR” / “Write sync-actions instructions”).

Suggested change
- name: Run sync actions and merge PR
- name: Write sync-actions instructions

Copilot uses AI. Check for mistakes.
@github-actions github-actions Bot mentioned this pull request Apr 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[step-names] Align step names in release.lock.yml — mixed capitalization and dash-separator anti-pattern

4 participants